docs: Fix the MenuButton direction property links
authorEmmanuele Bassi <ebassi@gnome.org>
Mon, 22 Feb 2021 00:09:57 +0000 (00:09 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:31 +0000 (16:37 +0000)
gtk/gtkmenubutton.c

index 5d2840d3d9c7fb7ec57b08ad30aefe4e0d954455..0b1ba634426ab1f91835bf4e76549557cb8a5dc7 100644 (file)
  * [property@Gtk.MenuButton:icon-name] property) or a label (set with the
  * [property@Gtk.MenuButton:label] property). If neither is explicitly set,
  * a [class@Gtk.Image] is automatically created, using an arrow image oriented
- * according to [class@Gtk.MenuButton:direction] or the generic “open-menu-symbolic”
+ * according to [property@Gtk.MenuButton:direction] or the generic “open-menu-symbolic”
  * icon if the direction is not set.
  *
  * The positioning of the popup is determined by the
- * [method@Gtk.MenuButton:direction] property of the menu button.
+ * [property@Gtk.MenuButton:direction] property of the menu button.
  *
  * For menus, the [property@Gtk.Widget:halign] and [property@Gtk.Widget:valign]
  * properties of the menu are also taken into account. For example, when the